user password
The admin user can use the -user parameter to change the password for the pseoperator or audit user. While there are no enforced restrictions on the password used to set or change a user's password, warnings will be displayed if the password is short, overly simple, or based on a dictionary word.
User access
admin, pseoperator, audit
Syntax
user password [-user <username>]
| Argument(s) | Shortcut | Description |
|---|---|---|
| -user <username> | -u | Specifies the user name of the user whose password you want to change. This parameter can only be used by the admin user. |
Examples
psesh:>user password
Changing password for user admin.
New password:
BAD PASSWORD: it is too short
BAD PASSWORD: is too simple
Retype new password:
Sorry, passwords do not match.
New password:
BAD PASSWORD: it is too short
BAD PASSWORD: is too simple
Retype new password:
passwd: all authentication tokens updated successfully.
Command Result : 0 (Success)
psesh:>user password
Changing password for user admin.
New password:
BAD PASSWORD: it is based on a dictionary word
Retype new password:
passwd: all authentication tokens updated successfully.
Command Result : 0 (Success)
psesh:>user password -user pseoperator
Changing password for user pseoperator.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.
Command Result : 0 (Success)